home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / Shrek.swf / scripts / frame_45 / DoAction.as
Text File  |  2007-09-26  |  312b  |  9 lines

  1. function resetGame()
  2. {
  3.    game.resetGame();
  4. }
  5. com.shrek3games.dronkeySwatter.Score.getInstance().setDisplayContainer(this.infobar);
  6. com.shrek3games.dronkeySwatter.Score.getInstance().displayScore();
  7. var game = new com.shrek3games.dronkeySwatter.GameController(container,infobar,container.shrek);
  8. stop();
  9.